|
|
|
|
Syntax Conventions |
The syntax shown throughout this documentation follows these guidelines. Each property, method and event is shown for Visual Basic (VB), C# and managed C++.
Syntax Link To Containing Class (Link To Containing Namespace)
VB |
Public Property Name As String |
C# |
public string Name { get; set; } |
C++ |
public: __property
String* get_Name(); |
The "Syntax" heading offers links to the class and namespace defining the property, method or event.
The small
image in the Syntax title line above can be used to filter the languages for
which the syntax is displayed. Click on the
image in the
title and select the language to be displayed. This setting applies to all help
pages (of all .NET controls published by Softel vdm, Inc.) and can be changed
wherever the
image is displayed.
Links to some topics may appear in a different color (green) instead of the usual color (blue). These links refer to documentation in other help files (e.g., .NET documentation). These are only available when the complete Visual Studio help collection is available.
All sample code given in the Example section of a property, method or event usually apply to Visual Basic and C# unless noted. The code samples usually assume that a tab control has been added to a form. All relevant properties, even properties that could be set at design-time using the Properties window, are set at run-time to show any dependencies.
More elaborate samples are also available in the product directory \Program Files\Softelvdm\SftTabs NET 6.0\Samples\.
See Also Softelvdm.SftTabsNET Namespace | Softelvdm.Controls Namespace